home *** CD-ROM | disk | FTP | other *** search
- FLOOR(3I) Last changed: 4-13-99
-
-
- NNAAMMEE
- FFLLOOOORR - Returns the greatest integer less than or equal to _a
-
- SSYYNNOOPPSSIISS
- FFLLOOOORR (([AA==]_a [,,[KKIINNDD==]_k_i_n_d]))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, IRIX systems
-
- CF90, MIPSpro 7 Fortran 90
-
- SSTTAANNDDAARRDDSS
- Fortran
-
- DDEESSCCRRIIPPTTIIOONN
- The FFLLOOOORR intrinsic function returns the greatest integer less than or
- equal to _a. It accepts the following arguments:
-
- _a Must be of type real
-
- _k_i_n_d An integer scalar value. Must be a scalar integer
- initialization expression
-
- FFLLOOOORR is an elemental function. The name of this intrinsic cannot be
- passed as an argument.
-
- RREETTUURRNN VVAALLUUEESS
- The result is an integer. If _k_i_n_d is specified, the kind type
- parameter is that specified by _k_i_n_d. If _k_i_n_d is not specified, the
- result is of type default integer. The result has value equal to the
- greatest integer less than or equal to _a. The result is undefined if
- the target machine cannot represent this value in the default integer
- type.
-
- EEXXAAMMPPLLEESS
- FFLLOOOORR((33..77)) has the value 3. FFLLOOOORR((--33..77)) has the value -4.
-
- SSEEEE AALLSSOO
- _C_F_9_0 _C_o_m_m_a_n_d_s _a_n_d _D_i_r_e_c_t_i_v_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l
-
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
- man page.
-